-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add flag to dump mlir modules to mxrs #3182
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3182 +/- ##
===========================================
- Coverage 92.17% 92.16% -0.02%
===========================================
Files 512 512
Lines 21391 21394 +3
===========================================
Hits 19718 19718
- Misses 1673 1676 +3 ☔ View full report in Codecov by Sentry. |
@@ -198,8 +200,14 @@ struct mlir_compiler : compiler<mlir_compiler> | |||
const operation&, | |||
bool exhaustive) const | |||
{ | |||
static const auto mxr_loc = string_value_of(MIGRAPHX_MLIR_DUMP_TO_MXR{}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add to ENV var document.
Also what's the usefulness of having MXRs for each MLIR module ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added docs.
This build is OK for merge ✅ |
🔴bert_large_uncased_fp16: FAILED: MIGraphX is not within tolerance - check verbose output |
No description provided.